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: bool StartsWith(this string, char?)Declarationpublic static bool StartsWith(
this string str,
char? ch
) Summary
Returns true if and only if this string starts with the specified character. See also |