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