public static DownloadUriIntoDataUri ( string uri ) : string | ||
uri | string | The URI of the resource to convert. |
리턴 | string |
data:<MimeType>;base64,<ImageData>
, where <MimeType>
is the MIME type of the specified resource, and <ImageData>
is the data encoded as a Base 64 string. public static DownloadUriIntoDataUri ( string uri ) : string | ||
uri | string | The URI of the resource to convert. |
리턴 | string |