예제 #1
0
 private static string UrlEncodeSegment(byte[] segment)
 {
     return(EncodingUtils.Encode(segment));
 }