Psz Conversion (Long to Psz) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
i AS LONG
) AS PSZ
public static implicit operator Psz (
int i
)
Request Example
View SourceParameters
- i
- Type: Long
Return Value
Type:
PszSee Also