EmptyString Function | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION EmptyString(
s AS STRING
) AS LOGIC
public static bool EmptyString(
string s
)
Request Example
View SourceParameters
- s
- Type: String
Return Value
Type:
LogicSee Also