In This Topic
Determines whether the specified
Format is typeless.
Syntax
'Declaration
Public Shared Function IsTypeless( _
ByVal As Format _
) As System.Boolean
public static System.bool IsTypeless(
Format
)
Parameters
- fmt
- The Format.
Return Value
true
if the specified
Format is typeless; otherwise,
false
.
See Also