Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d40cae07 d760 fdae 6233 3c5ed85b6b3f

haplokuon edited this page May 6, 2023 · 1 revision

Parse(String) Method

netDxf 3.0.0 Library

Parses the supplied enum and string value to find an associated enum value.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static T Parse(
	string value
)

VB

Public Shared Function Parse ( 
	value As String
) As T

C++

public:
static T Parse(
	String^ value
)

F#

static member Parse : 
        value : string -> 'T 

Parameters

  String
String value.

Return Value

T
Enum value associated with the string value, if not found the default enum will be returned.

See Also

Reference

StringEnum(T) Class
Parse Overload
netDxf Namespace

Clone this wiki locally