sealed
class blob
A binary blob (byte array).
public
static
blob
FromString(
value
,
format
=
null
)
Text encoding of a string
public
static
blob
FromBase64String(
value
)
Convert a base64 string to a blob
public
static
blob
FromInt(
int
value
,
int
bytes
,
bool
littleendian
)
Binary encoding of an integer
public
static
blob
blob
.Convert(
value
)
Convert value into type blob, null if not successful
public
virtual
object
.GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.GetLayoutSpan
Return a layout inside a span
public
virtual
object
.GetLayoutBlock
Return a layout inside a block
public
virtual
object
.GetSourceReference
Return a source reference for this object
public
virtual
void
object
.GetTexSource(
source
)
LaTeX source code for this object
public
virtual
Icon
object
.GetIcon
Return a icon for this object
public
virtual
int
object
.Compare(
value
)
Compares this object with another and returns (-1, 0, or 1)
Example
=
Block
{
var
b1
=
#e22705b48e06416b#
;
"b1 =
{0}
"
(
b1
);
var
b2
=
"1c5065e5e72a"
as
blob
;
"b2 =
{0}
"
(
b2
);
var
b3
=
blob
.
Convert
(
"e22705b48e06416b9653aaa9fabcd33c"
);
"b3 =
{0}
"
(
b3
);
Paragraph
{
Separator
:
CommaSpace
;
foreach
(
var
b
in
b3
)
b
;
};
};
b1 = e22705b48e06416b
b2 = 1c5065e5e72a
b3 = e22705b48e06416b9653aaa9fabcd33c
226, 39, 5, 180, 142, 6, 65, 107, 150, 83, 170, 169, 250, 188, 211, 60