CreateBinary() Method



|Visual FoxPro Toolkit for .NET | |

CreateBinary() Method

Converts character type data to binary type character string. Just a place holder function as this becomes irrelevent now.

[pic]

[Visual Basic]

Public Shared Function CreateBinary(ByVal cExpression As String) As String

[C#]

public static string CreateBinary(string cExpression)

Implementation

[Visual Basic]

Public Shared Function CreateBinary(ByVal cExpression As String) As String

'This decorator simply returns the expression back

'This is because we used this function to converts VFP strings to binary type

'character string so they could be passed to an ActiveX control or

'automation object. In .NET this becomes irrelevent

Return cExpression

End Function

[C#]

public static string CreateBinary(string cExpression)

{

//This decorator simply returns the expression back

//This is because we used this function to converts VFP strings to binary type

//character string so they could be passed to an ActiveX control or

//automation object. In the .NET Framework this becomes irrelevent

return cExpression;

}

Requirements

Namespace: VFPToolkit

Class: VFPToolkit.strings

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: VFPToolkit (in VFPToolkitNET.dll)

See Also

VFPToolkit.strings Members | VFPToolkit Namespace

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download

To fulfill the demand for quickly locating and searching documents.

It is intelligent file search solution for home and business.

Literature Lottery

Related searches