An NDoc Documented Class Library
IBytesMessage.WriteFloat Method
Writes a float to the bytes message stream.
void
WriteFloat(
float
value
);
Parameters
value
The float value to be written.
Exceptions
Exception Type
Condition
MsgException
Thrown when the write fails.
MessageNotWriteableException
Thrown when the message is read-only.
See Also
IBytesMessage Interface
|
webMethods.Msg Namespace