Method NotTrailer
NotTrailer(byte)
Returns true if the byte is not the last byte of a UTF-8 character.
Declaration
public static bool NotTrailer(byte b)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | b | The byte. |
Returns
| Type | Description |
|---|---|
| bool | True if the byte is not the last byte of a UTF-8 character. |