Method | Description | |
---|---|---|
IsUtf8 ( byte buffer, int limit = int.MaxValue ) : bool | ||
IsValid ( byte buffer, int position, int length, int &bytes ) : bool |
public static IsUtf8 ( byte buffer, int limit = int.MaxValue ) : bool | ||
buffer | byte | |
limit | int | |
return | bool |
public static IsValid ( byte buffer, int position, int length, int &bytes ) : bool | ||
buffer | byte | |
position | int | |
length | int | |
bytes | int | |
return | bool |