Override this if data bytes must be different for create operation.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual byte[] GetDataBytes(
bool forCreate
) |
Visual Basic |
---|
Protected Overridable Function GetDataBytes (
forCreate As Boolean
) As Byte() |
Visual C++ |
---|
protected:
virtual array<unsigned char>^ GetDataBytes(
bool forCreate
) |
F# |
---|
abstract GetDataBytes :
forCreate : bool -> byte[]
override GetDataBytes :
forCreate : bool -> byte[] |
Parameters
- forCreate
- Type: System..::..Boolean
True if data for create operation.
Return Value
Type:
array<Byte>[]()[][]data bytes
See Also