Method | Description | |
---|---|---|
AsText ( this |
||
AsText ( this |
||
AsTextAsync ( this |
||
AsTextAsync ( this |
||
WriteToStream ( this |
||
WriteToStream ( this |
||
WriteToStreamAsync ( this |
||
WriteToStreamAsync ( this |
Method | Description | |
---|---|---|
Cook ( this |
public static AsText ( this |
||
utokens | this |
|
formatter | ||
return | string |
public static AsText ( this |
||
utokens | this |
|
unparser | Unparser | |
return | string |
public static AsTextAsync ( this |
||
utokens | this |
|
unparser | Unparser | |
return | Task |
public static AsTextAsync ( this |
||
utokens | this |
|
unparser | Unparser | |
cancellationToken | ||
return | Task |
public static WriteToStream ( this |
||
utokens | this |
|
stream | Stream | |
formatter | ||
return | void |
public static WriteToStream ( this |
||
utokens | this |
|
stream | Stream | |
unparser | Unparser | |
return | void |
public static WriteToStreamAsync ( this |
||
utokens | this |
|
stream | Stream | |
unparser | Unparser | |
return | Task |
public static WriteToStreamAsync ( this |
||
utokens | this |
|
stream | Stream | |
unparser | Unparser | |
cancellationToken | ||
return | Task |