From Procedure
Read data from HttpContent.
Overloads
Name | Description |
---|---|
From(HttpContent) | Read data from HttpContent. |
From(InStream) | Saves the data from an InStream. |
From(JsonArray) | Read data from a JsonArray. |
From(JsonObject) | Read data from a JsonObject. |
From(JsonToken) | Read data from a JsonToken. |
From(Text) | Imports the provided text. |
From(Text; TextEncoding) | Imports the provided text with the provided encoding. |
From(HttpContent) Procedure
Read data from HttpContent.
Signature
[NonDebuggable]
From(Content: HttpContent)
Parameters
Content
HttpContent
The HttpContent that will be used as data source.
From(InStream) Procedure
Saves the data from an InStream.
Signature
From(var IS: InStream)
Parameters
var IS
InStream
The InStream that will be used as data source.
From(JsonArray) Procedure
Read data from a JsonArray.
Signature
[NonDebuggable]
From(Arr: JsonArray)
Parameters
Arr
JsonArray
The JsonArray that will be used as data source.
From(JsonObject) Procedure
Read data from a JsonObject.
Signature
[NonDebuggable]
From(Object: JsonObject)
Parameters
Object
JsonObject
The JsonObject that will be used as data source.
From(JsonToken) Procedure
Read data from a JsonToken.
Signature
[NonDebuggable]
From(Token: JsonToken)
Parameters
Token
JsonToken
The JsonToken that will be used as data source.
From(Text) Procedure
Imports the provided text.
This function is not intended for large text data, instead use the FromText(var String)
function.
Signature
[NonDebuggable]
From(String: Text)
Parameters
String
Text
The text to save to the Blob.
From(Text; TextEncoding) Procedure
Imports the provided text with the provided encoding.
This function is not intended for large text data, instead use the FromText(var String; Encoding)
function.
Signature
[NonDebuggable]
From(String: Text; Encoding: TextEncoding)
Parameters
String
Text
The text to save to the Blob.
Encoding
TextEncoding
The encoding to use when saving the text.
This documentation is generated from Smart Toolbox v27.0