Visual Basic (Declaration) | |
---|---|
<CLSCompliantAttribute(False)> Public Function ToSByte() As SByte() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterTagMetadata Dim value() As SByte value = instance.ToSByte() |
C# | |
---|---|
[CLSCompliantAttribute(false)] public sbyte[] ToSByte() |
C++/CLI | |
---|---|
[CLSCompliantAttribute(false)] public: array<sbyte>^ ToSByte(); |
Return Value
The tag data converted to an arry of signed bytes.For an example, refer to RasterTagMetadata
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7