| Visual Basic (Declaration) | |
|---|---|
<CLSCompliantAttribute(False)> Public Function ToSByte() As SByte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family