Click or drag to resize

NetworkSettingsBaseIPConfigTryParse Method (String, NetworkSettingsBaseIPConfig)

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public static bool TryParse(
	string szIP,
	ref NetworkSettingsBaseIPConfig oIPConfig
)

Parameters

szIP
Type: SystemString

[Missing <param name="szIP"/> documentation for "M:com.gigatms.NetworkSettingsBase.IPConfig.TryParse(System.String,com.gigatms.NetworkSettingsBase.IPConfig@)"]

oIPConfig
Type: com.gigatmsNetworkSettingsBaseIPConfig

[Missing <param name="oIPConfig"/> documentation for "M:com.gigatms.NetworkSettingsBase.IPConfig.TryParse(System.String,com.gigatms.NetworkSettingsBase.IPConfig@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.gigatms.NetworkSettingsBase.IPConfig.TryParse(System.String,com.gigatms.NetworkSettingsBase.IPConfig@)"]

See Also