Psz.Addition Operator (Psz, DWord) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC OPERATOR +(
lhs AS PSZ,
rhs AS DWORD
) AS PSZ
public static Psz operator +(
Psz lhs,
uint rhs
)
Request Example
View SourceParameters
- lhs
- Type: Psz
- rhs
- Type: DWord
Return Value
Type:
PszSee Also