This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit Interface > ICadastralPacketEdit.ConvertFeetInchesToDouble Method (ArcObjects .NET 10.5 SDK) |
Convert a feet and inches character string to a double precision value.
[Visual Basic .NET] Public Function ConvertFeetInchesToDouble ( _ ByVal value As String _ ) As Double
[C#] public double ConvertFeetInchesToDouble ( string value );