HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string FromUtf16BE(this byte[])Declarationpublic static string FromUtf16BE(
this byte[] input
) Summary
Converts the specified raw UTF-16 (big-endian) data to a string. Parametersthis byte[] | input |
Data to interpret as UTF-16BE text. |
Returns
A string containing the characters represented by the UTF-16BE-encoded input. |