Share

StringOrAsset Implicit Conversion (String to StringOrAsset)

Converts a name.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0

Syntax

VB

Public Shared Widening Operator CType ( 
	name As String
) As StringOrAsset

C#

public static implicit operator StringOrAsset (
	string name
)

Parameters

name
Type: System.String

Return Value

Type: StringOrAsset

See Also

Reference

Was this information helpful?