Class ByteArrayExtensions
Byte Array Extensions
Inherited Members
Namespace: Mapsui.Extensions
Assembly: Mapsui.dll
Syntax
public static class ByteArrayExtensions
Methods
| Edit this page View SourceIsSkp(byte[])
true if is Skp (Skia Serialized SkPicture)
Declaration
public static bool IsSkp(this byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
byte[] | buffer | buffer |
Returns
Type | Description |
---|---|
bool | true if is xml |
IsXml(byte[])
true if is Xml
Declaration
public static bool IsXml(this byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
byte[] | buffer | buffer |
Returns
Type | Description |
---|---|
bool | true if is xml |