ResponseUtils.BytesToString Field
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.
Static Func for create convert Task
public: static Func<cli::array <System::Byte> ^, System::Threading::Tasks::Task<System::String ^> ^> ^ BytesToString;
public static Func<byte[],System.Threading.Tasks.Task<string>> BytesToString;
staticval mutable BytesToString : Func<byte[], System.Threading.Tasks.Task<string>>
Public Shared BytesToString As Func(Of Byte(), Task(Of String))