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!

SByte.ToUInt64

[To be supplied.] The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.

[C#]
public virtual ulong ToUInt64();
[C++]
public: virtual unsigned __int64 ToUInt64();
[JScript]
public function ToUInt64() : UInt64;

[Visual Basic] The SByte type cannot be used in Visual Basic.

See Also

SByte Structure | SByte Members | System Namespace