Click or drag to resize

UtilsInterpretLCInput Method

Interprets the string input for a load-case name: if it is a floating point number it gets converted to an int.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static string InterpretLCInput(
	string lc_input
)

Parameters

lc_input
Type: SystemString
load-case name.

Return Value

Type: String

[Missing <returns> documentation for "M:Karamba.Utilities.Utils.InterpretLCInput(System.String)"]

See Also