XmlHelperToXml(Guid) Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(System.Guid)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.PackagesAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string ToXml(
this Guid value
)
<ExtensionAttribute>
Public Shared Function ToXml (
value As Guid
) As String
public:
[ExtensionAttribute]
static String^ ToXml(
Guid value
)
[<ExtensionAttribute>]
static member ToXml :
value : Guid -> string
Parameters
- value Guid
[Missing <param name="value"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(System.Guid)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(System.Guid)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Guid. 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