Overload_CodeJam_Strings_StringExtensions_Unquote - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Unquote(String) | Remove one set of leading and trailing double quote characters, if both are present. |
![]()
|
Unquote(String, Boolean) | Remove one set of leading and trailing double quote characters, if both are present. |
![]()
|
Unquote(String, Char, Boolean) | Remove one set of leading and trailing dquotationChar, if both are present. |
