UtilityMethods
SpecialSymbolConvertForStyleName Method
|
Converts special symbols in a string to their corresponding hexadecimal values.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static string SpecialSymbolConvertForStyleName(
string s
)
Public Shared Function SpecialSymbolConvertForStyleName (
s As String
) As String
public:
static String^ SpecialSymbolConvertForStyleName(
String^ s
)
static member SpecialSymbolConvertForStyleName :
s : string -> string
Parameters
-
s
-
Type:
System
String
The input string containing special symbols.
Return Value
Type:
String
A new string with special symbols replaced by their hexadecimal values.
See Also