Binary Conversion (String to Binary) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
s AS STRING
) AS BINARY
public static implicit operator Binary (
string s
)
Request Example
View SourceParameters
- s
- Type: String
Return Value
Type:
BinarySee Also