Click or drag to resize

TelegramsFindFormat Method

Tries to find a TelegramFormat based on a given name.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public TelegramFormat? FindFormat(
	string name
)

Parameters

name
Type: SystemString
Name of the format.

Return Value

Type: TelegramFormat
The found format or null.
See Also