Click or drag to resize
TransitFactoryKeyword Method

[This is preliminary documentation and is subject to change.]

Converts a String or IKeyword to an IKeyword.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static IKeyword Keyword(
	Object obj
)

Parameters

obj
Type: SystemObject
A string or a keyword.

Return Value

Type: IKeyword
A keyword.
See Also