Note: This API is now obsolete.
Internal use only
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("This method is for internal usage only", false)]
public static char ReadChar(
Object value
)
<ObsoleteAttribute("This method is for internal usage only", false)>
Public Shared Function ReadChar (
value As Object
) As Char
public:
[ObsoleteAttribute(L"This method is for internal usage only", false)]
static wchar_t ReadChar(
Object^ value
)
[<ObsoleteAttribute("This method is for internal usage only", false)>]
static member ReadChar :
value : Object -> char
Parameters
- value
- Type: SystemObject
Return Value
Type:
CharSee Also