[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Returns the byte value with the specified name.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public byte GetByte( string name ) |
Public Function GetByte ( _ name As String _ ) As Byte |
public: unsigned char GetByte( String^ name ) |
Parameters
- name
- Type: System..::.String
the name of the byte
Return Value
The byte value with the specified name. Returns null if the message does not have a field set for the name.
Exceptions
Exception | Condition |
---|---|
EMSException | if the message could not be read due to an internal error |
MessageFormatException | if this type conversion is invalid. |