[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
uint ValueAsUInt(
uint dflt = 0,
bool verbatim = false
)
uint ValueAsUInt(
uint dflt = 0,
bool verbatim = false
)
Function ValueAsUInt (
Optional dflt As UInteger = 0,
Optional verbatim As Boolean = false
) As UInteger
Function ValueAsUInt (
Optional dflt As UInteger = 0,
Optional verbatim As Boolean = false
) As UInteger
unsigned int ValueAsUInt(
unsigned int dflt = 0,
bool verbatim = false
)
unsigned int ValueAsUInt(
unsigned int dflt = 0,
bool verbatim = false
)
abstract ValueAsUInt :
?dflt : uint32 *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> uint32
abstract ValueAsUInt :
?dflt : uint32 *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> uint32
Return Value
Type:
UInt32