Click or drag to resize

StiPackerPackToBytes Method (String, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Helpers.StiPacker.PackToBytes(System.String,System.Boolean)"]

Namespace:  Stimulsoft.Base.Helpers
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static byte[] PackToBytes(
	string str,
	bool allowPacking = true
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Base.Helpers.StiPacker.PackToBytes(System.String,System.Boolean)"]

allowPacking (Optional)
Type: SystemBoolean

[Missing <param name="allowPacking"/> documentation for "M:Stimulsoft.Base.Helpers.StiPacker.PackToBytes(System.String,System.Boolean)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Stimulsoft.Base.Helpers.StiPacker.PackToBytes(System.String,System.Boolean)"]

See Also