Unbox::AsInt8 Method (Object^)

 

Unboxes the specified object into an Int8 object.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static signed char AsInt8(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::SByte

Returns an Int8 object.

Return to top
Show: