Click or drag to resize

StringPropertyCodePage Property

The code page (if there was one) that was used to decode the string. If there was no code page used then this value is -1.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public int CodePage { get; set; }

Property Value

Int32
See Also