You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns the text representation of the version using the specified format and format provider.
358
-
/// </summary>
359
-
/// <param name="format">The format to return the text representation in.</param>
360
-
/// <returns>The <see cref="String">string</see> representation of the version.</returns>
361
-
/// <remarks>The supported format codes are:
362
-
/// <para>
363
-
/// <list type="table">
364
-
/// <listheader>
365
-
/// <term>Format</term>
366
-
/// <description>Description</description>
367
-
/// </listheader>
368
-
/// <item>
369
-
/// <term>G, g</term>
370
-
/// <description>Returns only the <see cref="P:GroupVersion">group version</see>, if present.</description>
371
-
/// </item>
372
-
/// <item>
373
-
/// <term>V, v</term>
374
-
/// <description>Returns only the <see cref="P:MajorVersion">major</see> and <see cref="P:MinorVersion">minor</see> versions, if present.</description>
375
-
/// </item>
376
-
/// <item>
377
-
/// <term>S, s</term>
378
-
/// <description>Returns full API version with the <see cref="P:Status">status</see>, if <see cref="P:Status">status</see> is present.</description>
379
-
/// </item>
380
-
/// <item>
381
-
/// <term>F, f</term>
382
-
/// <description>Returns the full API version.</description>
383
-
/// </item>
384
-
/// </list>
385
-
/// </para>
386
-
/// </remarks>
387
-
/// <exception cref="ArgumentNullException">The specified <paramref name="format"/> is <c>null</c> or any empty string.</exception>
/// <param name="format">The format to return the text representation in. The value can be <c>null</c> or empty.</param>
553
478
/// <param name="formatProvider">The <see cref="IFormatProvider">format provider</see> used to generate text.
554
-
/// This implementation should typically use an <see cref="P:CultureInfo.InvariantCulture">invariant culture</see>.</param>
555
-
/// <returns>The <see cref="String">string</see> representation of the version.</returns>
556
-
/// <remarks>The supported format codes are:
557
-
/// <para>
558
-
/// <list type="table">
559
-
/// <listheader>
560
-
/// <term>Format</term>
561
-
/// <description>Description</description>
562
-
/// </listheader>
563
-
/// <item>
564
-
/// <term>G, g</term>
565
-
/// <description>Returns only the <see cref="P:GroupVersion">group version</see>, if present.</description>
566
-
/// </item>
567
-
/// <item>
568
-
/// <term>V, v</term>
569
-
/// <description>Returns only the <see cref="P:MajorVersion">major</see> and <see cref="P:MinorVersion">minor</see> versions, if present.</description>
570
-
/// </item>
571
-
/// <item>
572
-
/// <term>S, s</term>
573
-
/// <description>Returns full API version with the <see cref="P:Status">status</see>, if <see cref="P:Status">status</see> is present.</description>
574
-
/// </item>
575
-
/// <item>
576
-
/// <term>F, f</term>
577
-
/// <description>Returns the full API version.</description>
578
-
/// </item>
579
-
/// </list>
580
-
/// </para>
581
-
/// </remarks>
582
-
/// <exception cref="ArgumentNullException">The specified <paramref name="format"/> is <c>null</c> or any empty string.</exception>
479
+
/// This implementation should typically use an <see cref="InvariantCulture">invariant culture</see>.</param>
480
+
/// <returns>The <see cref="string">string</see> representation of the version.</returns>
583
481
/// <exception cref="FormatException">The specified <paramref name="format"/> is not one of the supported format values.</exception>
0 commit comments