Click or drag to resize

IndexLoopToString Method (IndexLoopLoopStringFormat)

Converts the loop value to its string representation.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public string ToString(
	IndexLoopLoopStringFormat format
)

Parameters

format
Type: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFrameworkIndexLoopLoopStringFormat
Format of string representation.

See IndexLoopLoopStringFormat for more details.

Return Value

Type: String
The string representation of the value of this instance.
See Also