RPCParametersGet Method

Overload List

Get(String, Byte) returns value of binary array. if parameter is not binary array or not set at all return false and assigns value to empty array.
Get(String, Int32) returns value of 32 bit parameter as int value. if value is not set as a 32-bit (or not set at all), returns 0
Get(String, Int64) returns value of 64 bit parameter as long value. if value is not set as a 64-bit (or not set at all), returns 0
Get(String, String) provides value of string parameter. if value is not set as string parameter returns empty string
Get(String, UInt32) returns value of 32 bit parameter as int value. if value is not set as a 32-bit (or not set at all), returns 0
Get(String, UInt64) returns value of 32 bit parameter as int value. if value is not set as a 32-bit (or not set at all), returns 0

See Also