NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextInfo.MacCodePage

Represents the Macintosh code page.

[Visual Basic]
Overridable Public ReadOnly Property MacCodePage As Integer
[C#]
public int MacCodePage {virtual get;}
[C++]
public: __property virtual int get_MacCodePage();
[JScript]
public function get MacCodePage() : int;

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace