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