BlobValue.GetAsStringAsync(Encoding, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual System.Threading.Tasks.Task<string> GetAsStringAsync(System.Text.Encoding encoding, System.Threading.CancellationToken token);
abstract member GetAsStringAsync : System.Text.Encoding * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetAsStringAsync : System.Text.Encoding * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function GetAsStringAsync (encoding As Encoding, token As CancellationToken) As Task(Of String)
Parameters
- encoding
- Encoding
- token
- CancellationToken