Click or drag to resize
ModuleSharedClassesToSqlString Method
' call this function to cleanup text field content: \ => \\ ' => \' " => \"

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ToSqlString(
	string p_Text
)

Parameters

p_Text
Type: SystemString
The p_ text.

Return Value

Type: String

[Missing <returns> documentation for "M:Biolomics.SharedClasses.ModuleSharedClasses.ToSqlString(System.String)"]

See Also