Skip to content

M_CodeJam_TableData_CsvFormat_EscapeValue

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

CsvFormat.EscapeValue Method

Escapes csv value.

Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.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