CalculationOptions.CharacterEncoding

CalculationOptions.CharacterEncoding property

Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result.

public Encoding CharacterEncoding { get; set; }

See Also