Method CopyChars
CopyChars(ICharSequence)
Copies the UTF8 bytes for this ICharSequence.
Declaration
public void CopyChars(ICharSequence text)
Parameters
Type | Name | Description |
---|---|---|
ICharSequence | text | Must be well-formed unicode text, with no unpaired surrogates or invalid UTF16 code units. |
CopyChars(String)
Copies the UTF8 bytes for this
Declaration
public void CopyChars(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | Must be well-formed unicode text, with no unpaired surrogates or invalid UTF16 code units. |