Skip to content

M_CodeJam_TableData_CsvFormat_EscapeValue

andrewvk edited this page Nov 5, 2016 · 3 revisions

CsvFormat.EscapeValue Method

Escapes csv value.

Namespace: CodeJam.TableData
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static string EscapeValue(
	string value
)

VB

Public Shared Function EscapeValue ( 
	value As String
) As String

F#

static member EscapeValue : 
        value : string -> string 

Parameters

 

value
Type: System.String
The value.

Return Value

Type: String
Escaped value.

See Also

Reference

CsvFormat Class
CodeJam.TableData Namespace

Clone this wiki locally