Formats the full name.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static string FormatFullName(
	string owner,
	string name
)
Visual Basic
Public Shared Function FormatFullName ( 
	owner As String,
	name As String
) As String

Parameters

owner
Type: System..::..String
The owner.
name
Type: System..::..String
The name.

Return Value

Type: String

See Also