StringFactoryGraphString Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.GraphString(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static string GraphString(
this IGraph graph,
string internalString
)
<ExtensionAttribute>
Public Shared Function GraphString (
graph As IGraph,
internalString As String
) As String
public:
[ExtensionAttribute]
static String^ GraphString(
IGraph^ graph,
String^ internalString
)
[<ExtensionAttribute>]
static member GraphString :
graph : IGraph *
internalString : string -> string
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
[Missing <param name="graph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.GraphString(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
- internalString
- Type: SystemString
[Missing <param name="internalString"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.GraphString(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.GraphString(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IGraph. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also