CTOL Function | |
Convert a string value to a logic.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION CTOL(
c AS STRING
) AS LOGIC
public static bool CTOL(
string c
)
Request Example
View SourceParameters
- c
- Type: String
Return Value
Type:
LogicSee Also