Data URI scheme
DataURI
01 Syntax
Microsoft.VisualBasic.Net.Http.DataURI
02 Methods
03 Properties
04 Members
#ctor(
String, String)Parameters
| Name | Type | Description |
|---|---|---|
file | String | - |
codepage$ | String | The chartset codepage name, by default is |
ToStream
Convert.FromBase64String()
Returns
a MemoryStream
SVGImage(
String)Parameters
| Name | Type | Description |
|---|---|---|
svg | String | the svg xml document text |
IsWellFormedUriString(
String)这个只能够从字符串的特征来初步判断是否是Data URI字符串
Parameters
| Name | Type | Description |
|---|---|---|
str | String |
|
ToString
Output this data uri string text
mime
File mime type
base64
The base64 string
chartSet
FromFile(
String)URIParser(
String)