{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation/",
  "atlas": "https://www.pystone.net/?node=csharp-composite-format-string-interpolation#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation.md",
  "context": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:csharp-composite-format-string-interpolation",
  "slug": "csharp-composite-format-string-interpolation",
  "title": "复合格式字符串与字符串内插",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "复合格式字符串与字符串内插",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "6872e1b2611e7dd269553fd45e5846dce7dd6bdb074f1ef455738987657acff1",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "复合格式字符串与字符串内插",
      "anchor": "复合格式字符串与字符串内插",
      "citation": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation/#%E5%A4%8D%E5%90%88%E6%A0%BC%E5%BC%8F%E5%AD%97%E7%AC%A6%E4%B8%B2%E4%B8%8E%E5%AD%97%E7%AC%A6%E4%B8%B2%E5%86%85%E6%8F%92"
    },
    {
      "depth": 2,
      "text": "复合格式字符串",
      "anchor": "复合格式字符串",
      "citation": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation/#%E5%A4%8D%E5%90%88%E6%A0%BC%E5%BC%8F%E5%AD%97%E7%AC%A6%E4%B8%B2"
    },
    {
      "depth": 2,
      "text": "字符串内插",
      "anchor": "字符串内插",
      "citation": "https://www.pystone.net/notes/csharp-composite-format-string-interpolation/#%E5%AD%97%E7%AC%A6%E4%B8%B2%E5%86%85%E6%8F%92"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:programming-languages-and-runtimes",
      "title": "编程语言与运行时",
      "url": "https://www.pystone.net/notes/programming-languages-and-runtimes/",
      "atlas": "https://www.pystone.net/?node=programming-languages-and-runtimes#knowledge-atlas",
      "label": "编程语言与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": ".NET与CSharp中的“复合格式字符串与字符串内插”导航项",
      "citation": "https://www.pystone.net/notes/programming-languages-and-runtimes/#net%E4%B8%8Ecsharp"
    }
  ],
  "contentMarkdown": "# 复合格式字符串与字符串内插\n\n﻿# 复合格式字符串与字符串内插\n\n> 创建时间：2020/6/8 10:36\n\n## 复合格式字符串\n\n{ index[,alignment][:formatString]}\n\n```csharp\nstring str1 = &quot;test&quot;;\nstring str2 = &quot;test&quot;;\n\n```\n```csharp\nstring str1 = &quot;test&quot;;\nstring str2 = &quot;test&quot;;\n\n```\n\n## 字符串内插\n\n```csharp\nstring str1 = &quot;test&quot;;\nstring str2 = &quot;test&quot;;\n\n```\n"
}
