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: byte[] FromHex(this string)Declarationpublic static byte[] FromHex(
this string input
) SummaryReconstructs a byte array from its hexadecimal representation (“hexdump”). |