ConversionExt.FormatStr Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FormatStr(AnchorId) |
Format AnchorId as string (used for visualization and persistence) |
FormatStr(FragmentId) |
Format FragmentId as string (used for visualization) |
FormatStr(AnchorId)
Format AnchorId as string (used for visualization and persistence)
public static string FormatStr (this Microsoft.MixedReality.WorldLocking.Core.AnchorId id);
static member FormatStr : Microsoft.MixedReality.WorldLocking.Core.AnchorId -> string
<Extension()>
Public Function FormatStr (id As AnchorId) As String
Parameters
- id
- AnchorId
Anchor Id to be formatted
Returns
Formatted string
Applies to
FormatStr(FragmentId)
Format FragmentId as string (used for visualization)
public static string FormatStr (this Microsoft.MixedReality.WorldLocking.Core.FragmentId id);
static member FormatStr : Microsoft.MixedReality.WorldLocking.Core.FragmentId -> string
<Extension()>
Public Function FormatStr (id As FragmentId) As String
Parameters
- id
- FragmentId
Fragment Id to be formatted
Returns
Formatted string