Note: This API is now obsolete.
Convert numeric values to their string form for SQL literal purposes
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("This is intended for internal usage only")]
public static string Format(
Object value
)
<ObsoleteAttribute("This is intended for internal usage only")>
Public Shared Function Format (
value As Object
) As String
public:
[ObsoleteAttribute(L"This is intended for internal usage only")]
static String^ Format(
Object^ value
)
[<ObsoleteAttribute("This is intended for internal usage only")>]
static member Format :
value : Object -> string
Parameters
- value
- Type: SystemObject
Return Value
Type:
StringSee Also