TryGetTable Method
Returns the contents of the table data for the specified tag.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
bool TryGetTable(
uint tag,
out byte[] table
)
Function TryGetTable (
tag As UInteger,
<OutAttribute> ByRef table As Byte()
) As Boolean
abstract TryGetTable :
tag : uint32 *
table : byte[] byref -> bool
Parameters
- UInt32
- The table tag to get the data for.
- Byte[]
- The contents of the table data for the specified tag.
Return Value
Boolean
Returns true
if the content exists, otherwise false
.