ToStringUnicode() static public method

static public ToStringUnicode ( byte buffer, int offset, int count ) : string
buffer byte
offset int
count int
return string
示例#1
0
 public string GetUnicodeString(int offset, int length)
 {
     return(XmlConverter.ToStringUnicode(_buffer, offset, length));
 }