Method GetDecodedLength
GetDecodedLength(Char[], Int32, Int32)
Returns the number of
Declaration
public static int GetDecodedLength(char[] encoded, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | encoded | Char sequence to be decoded |
System.Int32 | offset | Initial offset |
System.Int32 | length | Number of characters |
Returns
Type | Description |
---|---|
System.Int32 | The number of |