Click or drag to resize

DistanceFromFractionalFeetAndInchesString(String, IFormatProvider, DistanceUnitType) Method

返回用户文档首页
Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Distance FromFractionalFeetAndInchesString(
	string text,
	IFormatProvider provider,
	DistanceUnitType unitType
)

Parameters

text  String
 
provider  IFormatProvider
 
unitType  DistanceUnitType
 

Return Value

Distance
See Also