Click or drag to resize

FtpTransferScheme  Conversion (String to FtpTransferScheme)

Defines an implicit conversion of a String object to a FtpTransferScheme object.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public static implicit operator FtpTransferScheme (
	string text
)

Parameters

text
Type: SystemString
The object to convert.

Return Value

Type: FtpTransferScheme
The converted object.
See Also