-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_TableData_CsvFormat_EscapeValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Escapes csv value.
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static string EscapeValue(
string value
)
VB
Public Shared Function EscapeValue (
value As String
) As String
F#
static member EscapeValue :
value : string -> string
- value
- Type: System.String
The value.
Type: String
Escaped value.