FieldAttributes5250IsAlphaNumeric Method |
Checks if attribute indicates alpha numeric field.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public static bool IsAlphaNumeric(
int attr
)
Public Shared Function IsAlphaNumeric (
attr As Integer
) As Boolean
Parameters
- attr
- Type: SystemInt32
Attribute
Return Value
Type:
BooleanTrue or false
See Also