SClone Function | |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION SClone(
cString AS STRING
) AS STRING
public static string SClone(
string cString
)
Request Example
View SourceParameters
- cString
- Type: String
Return Value
Type:
StringSee Also