Click or drag to resize

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
)

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